home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
vbcc
/
targets
/
ppc-morphos
/
include
/
extra.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-10-27
|
322 b
|
18 lines
#pragma begin_header
#ifndef __EXTRA_H
#define __EXTRA_H 1
#include <time.h>
#include <string.h>
int chdir(const char *);
clock_t clock(void);
int getch(void);
int isseparator(int);
int iswhitespace(int);
int stricmp(const char *,const char *);
int strnicmp(const char *,const char *,size_t);
#endif
#pragma end_header